.pippin_form label { display: block; float: left; min-width: 130px; }
.pippin_form input[type="text"], .pippin_form input[type="password"],
.pippin_form input[type="email"] {
	padding: 4px 8px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.pippin_form input[type="text"]:focus, .pippin_form input[type="password"]:focus,
.pippin_form input[type="email"]:focus {
	border-color: #aaa;
}
 
.pippin_errors { padding: 8px; border: 1px solid #f50; margin: 0 0 15px; }

	#ht_strength, #errors { font-size:10px; font-style:italic;padding:0px 3px;}
		.error { color:#F66;}
		.strength0
{
 width:250px;
 background:#cccccc;
}

.strength1
{
 width:50px; color:#fff;
 background:#F66;
}

.strength2
{
 width:100px; 
 background:#F93;
}

.strength3
{
 width:150px;
 background:#56e500;
}

.strength4
{
 background:#4dcd00;color:#fff;
 width:200px;
}

.strength5
{
 background:#399800;color:#fff;
 width:250px;
}
#patc{
	display:none; background:#F0F0EE;
position: absolute;
    margin: -20px 0px 0px 2%;
    color: red;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 5px;
				}